2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
+2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * image.c (clear_image_cache): Now static.
+
2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
Fix some minor problems found by GCC 4.5.2's static checks.
If image-cache-eviction-delay is non-nil, this frees images in the cache
which weren't displayed for at least that many seconds. */
-void
+static void
clear_image_cache (struct frame *f, Lisp_Object filter)
{
struct image_cache *c = FRAME_IMAGE_CACHE (f);